home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / basic / qbser320.zip / QBSERIAL.DEC < prev    next >
Text File  |  1993-09-02  |  957b  |  15 lines

  1.     DECLARE SUB OpenComm CDECL ALIAS "_open_comm" (BYVAL Port%, IRQ%, BYVAL Wlen%, BYVAL Parity%, BYVAL Bits%, BYVAL Baud&, BYVAL HS%, BYVAL FOSSIL%)
  2.     DECLARE SUB CloseComm CDECL ALIAS "_close_comm" ()
  3.     DECLARE FUNCTION WriteChar% CDECL (BYVAL c%)
  4.     DECLARE FUNCTION ReadChar% CDECL ()
  5.     DECLARE SUB Transmit CDECL ALIAS "_transmit_string" (addr$)
  6.     DECLARE FUNCTION DataWaiting% CDECL ALIAS "_data_waiting" ()
  7.     DECLARE SUB ClearInputBuffer CDECL ALIAS "_clear_input_buffer" ()
  8.     DECLARE SUB CarrierDetect CDECL ALIAS "_carrier_detect_flag" (BYVAL OnOff%)
  9.     DECLARE FUNCTION CarrierLost% CDECL ALIAS "_carrier_state" ()
  10.     DECLARE FUNCTION DriverCopyright% CDECL ()
  11.     DECLARE SUB DTRcontrol CDECL ALIAS "_dtr" (BYVAL OnOff%)
  12.     DECLARE SUB RTScontrol CDECL ALIAS "_rts" (BYVAL Onff%)
  13.     DECLARE FUNCTION ModemStatus% CDECL ALIAS "_inputstatus" ()
  14.     DECLARE SUB BREAKcontrol CDECL ALIAS "_break_state" (BYVAL state%)
  15.